#include <BustaNetMessages.h>
Public Attributes | |
char | type |
The message type. | |
int | length |
The length of the entire message in bytes. | |
int | playerID |
The Identification number of the new player. | |
char * | playerName |
The name of the new player. |
This message is sent from the server to a notify a client that a new client has connected to the server and has joined the game.